Home > To Validate The Comments For The Post Made By Specific User > To validate if length of body in the comment is not less than 30 characters
Report generated 16-08-2020 13:58

To Validate The Comments For The Post Made By Specific User

To validate if length of body in the comment is not less than 30 characters

Scenario Outline

Given userId is obtained by searching username "<userName>"
And list all the posts written by the user using userId
When list all the comments for the posts made by user
Then validate that the length of text body in the comment is not less than "<commentLength>" characters

Examples: 

# User Name Comment Length
1 Bret 40
2 Delphine 30
Steps Outcome
SUCCESS 159.42s
SUCCESS 161.25s
SUCCESS 320.69s
Serenity BDD version 2.2.12